home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Diversos / Coeli Stella 2000 / _SETUP.1 / Stella.exe / 0 / RCDATA / TSPECIALOPTIONSFORM / TSPECIALOPTIONSFORM.txt < prev   
Text File  |  1999-03-13  |  89KB  |  2,240 lines

  1. object SpecialOptionsForm: TSpecialOptionsForm
  2.   Left = 282
  3.   Top = 161
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Special Online Options'
  7.   ClientHeight = 448
  8.   ClientWidth = 632
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 125
  20.   TextHeight = 16
  21.   object PageControl1: TPageControl
  22.     Left = 3
  23.     Top = 12
  24.     Width = 624
  25.     Height = 432
  26.     ActivePage = OrderTab
  27.     TabOrder = 0
  28.     object WhatsThisTab: TTabSheet
  29.       Caption = 'What'#39's this?'
  30.       object Panel1: TPanel
  31.         Left = 4
  32.         Top = 6
  33.         Width = 609
  34.         Height = 380
  35.         BevelInner = bvRaised
  36.         BevelOuter = bvLowered
  37.         TabOrder = 0
  38.         object Memo1: TMemo
  39.           Left = 5
  40.           Top = 7
  41.           Width = 598
  42.           Height = 368
  43.           Color = 10813439
  44.           Lines.Strings = (
  45.             
  46.               'From these Special tabs you will be able to make contact with us' +
  47.               ' at Swimming Elk Software any time '
  48.             
  49.               'with problems, complaints, or observations relating to your copy' +
  50.               ' of Stella 2000. '
  51.             ''
  52.             
  53.               'No need to launch your mail software  -  the facilities are righ' +
  54.               't here: just click the tab you want, press a '
  55.             
  56.               'few buttons, and support, feedback, or your FREE Stella extensio' +
  57.               'ns, are on their way to you. You can '
  58.             
  59.               'even jump directly to our pages on the World Wide Web to stay in' +
  60.               'formed, download the latest '
  61.             'update, or reserve your very own unique copy of Stella 2000. '
  62.             ''
  63.             
  64.               'If you fill in our questionnaire today, or persuade a friend to ' +
  65.               'register Stella 2000, you will be in line for '
  66.             
  67.               'immediate receipt of the 10000-star Hipparcos bonus extension da' +
  68.               'tabase, or any of the other extras '
  69.             'displayed on the FREE gifts page.'
  70.             ''
  71.             
  72.               'By offering this convenience, we are merely staying true to our ' +
  73.               'company philosophy: Service Must '
  74.             
  75.               'Take Precedence (SMTP). It is only through listening to each use' +
  76.               'r that Stella will continue to maintain '
  77.             'its reputation and popularity. And '#39'each user'#39' means you.'
  78.             ''
  79.             
  80.               'So explore these pages, and if ever you really need one, it'#39'll b' +
  81.               'e here waiting. '
  82.             ''
  83.             
  84.               'Don'#39't hesitate to click the Contact tab if we can be of further ' +
  85.               'assistance.'
  86.             ''
  87.             'Roger Hughes, owner & chief developer,'
  88.             'Swimming Elk Software.')
  89.           TabOrder = 0
  90.         end
  91.       end
  92.     end
  93.     object ContactTab: TTabSheet
  94.       Caption = 'Contact !'
  95.       object Panel2: TPanel
  96.         Left = 4
  97.         Top = 6
  98.         Width = 606
  99.         Height = 388
  100.         BevelInner = bvRaised
  101.         BevelOuter = bvLowered
  102.         TabOrder = 0
  103.         object Label1: TLabel
  104.           Left = 31
  105.           Top = 36
  106.           Width = 148
  107.           Height = 16
  108.           Caption = 'Communication topic:'
  109.           Font.Color = clBlack
  110.           Font.Height = -14
  111.           Font.Name = 'MS Sans Serif'
  112.           Font.Style = [fsBold]
  113.           ParentFont = False
  114.         end
  115.         object Panel3: TPanel
  116.           Left = 13
  117.           Top = 273
  118.           Width = 212
  119.           Height = 102
  120.           BevelInner = bvRaised
  121.           BevelOuter = bvLowered
  122.           Color = 8454143
  123.           TabOrder = 7
  124.           object BoxLabel1: TBoxLabel
  125.             Left = 4
  126.             Top = 6
  127.             Width = 201
  128.             Height = 89
  129.             Caption = 
  130.               'Please indicate the nature of your communication, enter your rem' +
  131.               'arks, and click Contact!!'
  132.             TextBorder = 2
  133.             BevelInner = bvNone
  134.             BevelOuter = bvNone
  135.             Color = 8454143
  136.             ParentColor = False
  137.             WordWrap = True
  138.           end
  139.         end
  140.         object Topic: TEdit
  141.           Left = 191
  142.           Top = 32
  143.           Width = 400
  144.           Height = 25
  145.           Color = clWhite
  146.           Font.Color = clBlack
  147.           Font.Height = -14
  148.           Font.Name = 'Courier New'
  149.           Font.Style = []
  150.           ParentFont = False
  151.           TabOrder = 1
  152.           Text = 'Contact topic: Stella 2000'
  153.         end
  154.         object ContactMemo: TMemo
  155.           Left = 13
  156.           Top = 74
  157.           Width = 579
  158.           Height = 187
  159.           Hint = 'Your message here...'
  160.           Color = clWhite
  161.           Font.Color = clBlack
  162.           Font.Height = -14
  163.           Font.Name = 'Courier New'
  164.           Font.Style = []
  165.           ParentFont = False
  166.           TabOrder = 0
  167.         end
  168.         object ContactButton: TBitBtn
  169.           Left = 430
  170.           Top = 292
  171.           Width = 162
  172.           Height = 75
  173.           Caption = 'Contact !!'
  174.           Font.Color = clBlack
  175.           Font.Height = -14
  176.           Font.Name = 'MS Sans Serif'
  177.           Font.Style = [fsBold]
  178.           ParentFont = False
  179.           TabOrder = 2
  180.           OnClick = ContactButtonClick
  181.           Glyph.Data = {
  182.             36140000424D3614000000000000360400002800000040000000400000000100
  183.             0800000000000010000000000000000000000001000000010000000000007B00
  184.             0000FF000000007B000000FF0000FFFF00007B7B7B00BDBDBD00FFFFFF00FFFF
  185.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  186.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  187.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  188.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  189.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  190.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  191.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  192.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  193.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  194.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  195.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  196.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  197.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  198.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  199.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  200.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  201.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  202.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  203.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  204.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  205.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  206.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  207.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  208.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  209.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  210.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  211.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  212.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  213.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  214.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  215.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00010101010101
  216.             0101010101010101010101010101010101010101010101010101010101010101
  217.             0101010101010101010101010101010101010101010101010101010101010101
  218.             0101010101010101010101010101010101010101010101010101010101010101
  219.             0101010101010101010101010101010101010101010101010101010101010101
  220.             0101010101010101010101010101010101010101010101010101010101010101
  221.             0101010101010101010101010101010101010101010101010101010101010101
  222.             0101010101010101010101010101010101010101010101010101010101010101
  223.             0101010101010101010101010101010101010101010101010101010101010000
  224.             0000000000000000000000000000000000000000000000000000000000000000
  225.             0000000000000000000000000000000000000000000000000000010101010000
  226.             0000000000000000000000000000000000000000000000000000000000000000
  227.             0000000000000000000000000000000000000000000000000000010101010000
  228.             0404040404040404040404040404040404040404040404040404030300000303
  229.             0000000000000000000000000000000005050000000000000000010101010000
  230.             0404040404040404040404040404040404040404040404040404030300000303
  231.             0000000000000000000000000000000005050000000000000000010101010000
  232.             0404000000000000000000000000020202020202020202020000000000000000
  233.             0000000000000000000000000000000000000000000000000000010101010000
  234.             0404000000000000000000000000020202020202020202020000000000000000
  235.             0000000000000000000000000000000000000000000000000000010101010000
  236.             0404000000000000000000000202000000000000000002020000000000000000
  237.             0000000000000000000000000000000000000000000000000000010101010000
  238.             0404000000000000000000000202000000000000000002020000000000000000
  239.             0000000000000000000000000000000000000000000000000000010101010000
  240.             0404000000000000020202020000000000000000000002020000000000000000
  241.             0000000000000000000000000000000000000000000000000000010101010000
  242.             0404000000000000020202020000000000000000000002020000000000000000
  243.             0000000000000000000000000000000000000000000000000000010101010000
  244.             0404000000000202020200000000000000000000020200000000000000000000
  245.             0000000000000000000000000000050500000000000000000505010101010000
  246.             0404000000000202020200000000000000000000020200000000000000000000
  247.             0000000000000000000000000000050500000000000000000505010101010000
  248.             0404000000000202000000000000000000000000020200000000050500000000
  249.             0000000000000000000000000000000000000000000000000000010101010000
  250.             0404000000000202000000000000000000000000020200000000050500000000
  251.             0000000000000000000000000000000000000000000000000000010101010000
  252.             0404000002020000000000000000020202020202000000000000000000000000
  253.             0000000000000000050500000000000000000000000000000000010101010000
  254.             0404000002020000000000000000020202020202000000000000000000000000
  255.             0000000000000000050500000000000000000000000000000000010101010000
  256.             0404000002020000000000000202020202020202000000000000000000000000
  257.             0505000000000000000000000000000000000000000000000000010101010000
  258.             0404000002020000000000000202020202020202000000000000000000000000
  259.             0505000000000000000000000000000000000000000000000000010101010000
  260.             0404020200000000000002020202020202020000000000000000000000000000
  261.             0000000000000000000000000000000000000000000000000000010101010000
  262.             0404020200000000000002020202020202020000000000000000000000000000
  263.             0000000000000000000000000000000000000000000000000000010101010000
  264.             0404020200000000000002020202020200000000000000000000000000000000
  265.             0000000000000000000000000000000000000000000000000000010101010000
  266.             0404020200000000000002020202020200000000000000000000000000000000
  267.             0000000000000000000000000000000000000000000000000000010101010000
  268.             0404020200000000000002020000000000000000000000000202020202020202
  269.             0202000000000000000000000000000000000000000000000000010101010000
  270.             0404020200000000000002020000000000000000000000000202020202020202
  271.             0202000000000000000000000000000000000000000000000000010101010000
  272.             0404020200000202020200000000000000000000020200000000000000000000
  273.             0000020200000000000000000000000000000000000000000000010101010000
  274.             0404020200000202020200000000000000000000020200000000000000000000
  275.             0000020200000000000000000000000000000000000000000000010101010000
  276.             0404020202020000000000000000000000000000000002020000000000000000
  277.             0000000000000000000000000000000000000000000000000000010101010000
  278.             0404020202020000000000000000000000000000000002020000000000000000
  279.             0000000000000000000000000000000000000000000000000000010101010000
  280.             0404000000000000000000000000000000000202000000000202000000000000
  281.             0000000000000000000000000000000000000000000000000000010101010000
  282.             0404000000000000000000000000000000000202000000000202000000000000
  283.             0000000000000000000000000000000000000000000000000000010101010000
  284.             0303000000000000000000000000000000000202000000000000020200000000
  285.             0000000000000000000000000000000000000000000000000000010101010000
  286.             0303000000000000000000000000000000000202000000000000020200000000
  287.             0000000000000000000000000000000000000000000000000000010101010000
  288.             0000000000000000000000000000000000000202000000000000000000000000
  289.             0000000000000202000000000000000000000000000000000000010101010000
  290.             0000000000000000000000000000000000000202000000000000000000000000
  291.             0000000000000202000000000000000000000000000000000000010101010000
  292.             0303000000000000000000000000000000000202000000000000000000000000
  293.             0000000002020000020200000000000000000000000000000000010101010000
  294.             0303000000000000000000000000000000000202000000000000000000000000
  295.             0000000002020000020200000000000000000000000000000000010101010000
  296.             0000000000000000000000000000000000000202000000000000000000000000
  297.             0000020200000000000002020000000000000000000000000000010101010000
  298.             0000000000000000000000000000000000000202000000000000000000000000
  299.             0000020200000000000002020000000000000000000000000000010101010000
  300.             0000000000000000000000000000000000000000020200000000000000000000
  301.             0202000000000000000000000000000000000000000000000000010101010000
  302.             0000000000000000000000000000000000000000020200000000000000000000
  303.             0202000000000000000000000000000000000000000000000000010101010000
  304.             0000000000000000000000000000000000000000000000000000000000000202
  305.             0000000000000606000000000000000000000000000000000000010101010000
  306.             0000000000000000000000000000000000000000000000000000000000000202
  307.             0000000000000606000000000000000000000000000000000000010101010000
  308.             0000000000000000000000000000000000000000000000000000000002020000
  309.             0000000000000000000000000000000000000000000000000000010101010000
  310.             0000000000000000000000000000000000000000000000000000000002020000
  311.             0000000000000000000000000000000000000000000000000000010101010000
  312.             0000060606060606000000000000000000000000000000000000000000000000
  313.             0000000000000707000000000000020200000000000000000000010101010000
  314.             0000060606060606000000000000000000000000000000000000000000000000
  315.             0000000000000707000000000000020200000000000000000000010101010000
  316.             0707070706060606060600000000000000000000000000000000000000000000
  317.             0000000000000808000000000202000000000000000000000000010101010000
  318.             0707070706060606060600000000000000000000000000000000000000000000
  319.             0000000000000808000000000202000000000000000000000000010101010000
  320.             0707070707070606060600000000000000000000000000000000000000000000
  321.             0000000000000000000002020000000000000000000000000000010101010000
  322.             0707070707070606060600000000000000000000000000000000000000000000
  323.             0000000000000000000002020000000000000000000000000000010101010000
  324.             0707070707070606060600000000000000000000000000000000000000000000
  325.             0000000000000808000000000000000000000000000000000000010101010000
  326.             0707070707070606060600000000000000000000000000000000000000000000
  327.             0000000000000808000000000000000000000000000000000000010101010000
  328.             0707070706060606060600000000000000000000000000000000000000000707
  329.             0808000008080808080800000808070700000000000000000000010101010000
  330.             0707070706060606060600000000000000000000000000000000000000000707
  331.             0808000008080808080800000808070700000000000000000000010101010000
  332.             0000060606060606000000000000000000000000000000000000000000000000
  333.             0000000000000808000000000000000000000000000000000000010101010000
  334.             0000060606060606000000000000000000000000000000000000000000000000
  335.             0000000000000808000000000000000000000000000000000000010101010000
  336.             0000000000000000000000000000000000000000000000000000000000000000
  337.             0000000000000000000000000000000000000000000000000000010101010000
  338.             0000000000000000000000000000000000000000000000000000000000000000
  339.             0000000000000000000000000000000000000000000000000000010101010000
  340.             0000000000000000000000000000000000000000000000000000000000000000
  341.             0000000000000808000000000000000000000000000000000000010101010000
  342.             0000000000000000000000000000000000000000000000000000000000000000
  343.             0000000000000808000000000000000000000000000000000000}
  344.           Layout = blGlyphRight
  345.         end
  346.         object RadioGroup1: TRadioGroup
  347.           Left = 235
  348.           Top = 287
  349.           Width = 185
  350.           Height = 77
  351.           Caption = 'Nature of topic'
  352.           Font.Color = clBlack
  353.           Font.Height = -14
  354.           Font.Name = 'MS Sans Serif'
  355.           Font.Style = [fsBold]
  356.           ParentFont = False
  357.           TabOrder = 3
  358.         end
  359.         object SupportButton: TRadioButton
  360.           Left = 245
  361.           Top = 307
  362.           Width = 113
  363.           Height = 17
  364.           Caption = 'Support'
  365.           TabOrder = 4
  366.           OnClick = SupportButtonClick
  367.         end
  368.         object ComplaintButton: TRadioButton
  369.           Left = 245
  370.           Top = 324
  371.           Width = 113
  372.           Height = 17
  373.           Caption = 'Complaint'
  374.           TabOrder = 5
  375.           OnClick = ComplaintButtonClick
  376.         end
  377.         object GeneralButton: TRadioButton
  378.           Left = 245
  379.           Top = 341
  380.           Width = 124
  381.           Height = 17
  382.           Caption = 'General remarks'
  383.           Checked = True
  384.           TabOrder = 6
  385.           TabStop = True
  386.           OnClick = GeneralButtonClick
  387.         end
  388.       end
  389.     end
  390.     object SurveyTab: TTabSheet
  391.       Caption = 'Questionnaire'
  392.       object Panel4: TPanel
  393.         Left = 6
  394.         Top = 4
  395.         Width = 606
  396.         Height = 388
  397.         BevelInner = bvRaised
  398.         BevelOuter = bvLowered
  399.         TabOrder = 0
  400.         object ScrollBox1: TScrollBox
  401.           Left = 8
  402.           Top = 63
  403.           Width = 589
  404.           Height = 289
  405.           HorzScrollBar.Range = 560
  406.           VertScrollBar.Increment = 16
  407.           VertScrollBar.Range = 3100
  408.           AutoScroll = False
  409.           Color = clSilver
  410.           Font.Color = clBlack
  411.           Font.Height = -14
  412.           Font.Name = 'MS Sans Serif'
  413.           Font.Style = []
  414.           ParentColor = False
  415.           ParentFont = False
  416.           TabOrder = 0
  417.           object BoxLabel5: TBoxLabel
  418.             Left = 5
  419.             Top = 10
  420.             Width = 553
  421.             Height = 47
  422.             Caption = 'First a little about your system and how Stella performs on it.'
  423.             TextBorder = 2
  424.             Font.Color = clWhite
  425.             Font.Height = -14
  426.             Font.Name = 'MS Sans Serif'
  427.             Font.Style = [fsBold]
  428.             Color = clTeal
  429.             ParentFont = False
  430.             ParentColor = False
  431.           end
  432.           object WhatPClabel: TBoxLabel
  433.             Left = 11
  434.             Top = 73
  435.             Width = 272
  436.             Height = 32
  437.             Caption = 'What processor drives your PC?'
  438.             TextBorder = 2
  439.             Color = clBtnFace
  440.             ParentColor = False
  441.           end
  442.           object ClockSpeedLabel: TBoxLabel
  443.             Left = 11
  444.             Top = 115
  445.             Width = 272
  446.             Height = 32
  447.             Caption = 'Clock speed (MHz)'
  448.             TextBorder = 2
  449.             Color = clBtnFace
  450.             ParentColor = False
  451.           end
  452.           object RAMLabel: TBoxLabel
  453.             Left = 11
  454.             Top = 158
  455.             Width = 272
  456.             Height = 32
  457.             Caption = 'RAM (Mb)'
  458.             TextBorder = 2
  459.             Color = clBtnFace
  460.             ParentColor = False
  461.           end
  462.           object VideoRAMLabel: TBoxLabel
  463.             Left = 10
  464.             Top = 202
  465.             Width = 272
  466.             Height = 32
  467.             Caption = 'Video RAM (Mb)'
  468.             TextBorder = 2
  469.             Color = clBtnFace
  470.             ParentColor = False
  471.           end
  472.           object MonitorSizeLabel: TBoxLabel
  473.             Left = 11
  474.             Top = 245
  475.             Width = 272
  476.             Height = 32
  477.             Caption = 'Monitor Size (inches)'
  478.             TextBorder = 2
  479.             Color = clBtnFace
  480.             ParentColor = False
  481.           end
  482.           object WhatResolutionLabel: TBoxLabel
  483.             Left = 11
  484.             Top = 290
  485.             Width = 272
  486.             Height = 32
  487.             Caption = 'What resolution do you run in?'
  488.             TextBorder = 2
  489.             Color = clBtnFace
  490.             ParentColor = False
  491.           end
  492.           object HowManyColoursLabel: TBoxLabel
  493.             Left = 12
  494.             Top = 336
  495.             Width = 272
  496.             Height = 32
  497.             Caption = 'How many colours?'
  498.             TextBorder = 2
  499.             Color = clBtnFace
  500.             ParentColor = False
  501.           end
  502.           object WhatOSLabel: TBoxLabel
  503.             Left = 12
  504.             Top = 383
  505.             Width = 272
  506.             Height = 32
  507.             Caption = 'Which Windows OS?'
  508.             TextBorder = 2
  509.             Color = clBtnFace
  510.             ParentColor = False
  511.           end
  512.           object OverallPerformanceLabel: TBoxLabel
  513.             Left = 12
  514.             Top = 432
  515.             Width = 448
  516.             Height = 44
  517.             Caption = 
  518.               'On a scale of 1-10, how would you assess Stella'#39's overall perfor' +
  519.               'mance uder your system?'
  520.             TextBorder = 2
  521.             Color = clBtnFace
  522.             ParentColor = False
  523.             WordWrap = True
  524.           end
  525.           object AboutDiscoveredLabel: TBoxLabel
  526.             Left = 4
  527.             Top = 511
  528.             Width = 553
  529.             Height = 47
  530.             Caption = 'Now a little about how you discovered and obtained Stella.'
  531.             TextBorder = 2
  532.             Font.Color = clWhite
  533.             Font.Height = -14
  534.             Font.Name = 'MS Sans Serif'
  535.             Font.Style = [fsBold]
  536.             Color = clTeal
  537.             ParentFont = False
  538.             ParentColor = False
  539.           end
  540.           object HowDiscoverLabel: TBoxLabel
  541.             Left = 13
  542.             Top = 578
  543.             Width = 272
  544.             Height = 32
  545.             Caption = 'How did Stella first come to your notice?'
  546.             TextBorder = 2
  547.             Color = clBtnFace
  548.             ParentColor = False
  549.           end
  550.           object BoxLabel6: TBoxLabel
  551.             Left = 14
  552.             Top = 622
  553.             Width = 272
  554.             Height = 32
  555.             Caption = 'Name of this source:'
  556.             TextBorder = 2
  557.             Color = clBtnFace
  558.             ParentColor = False
  559.           end
  560.           object WhatMediumLabel: TBoxLabel
  561.             Left = 15
  562.             Top = 677
  563.             Width = 272
  564.             Height = 47
  565.             Caption = 'On what medium did you obtain this copy of Stella?'
  566.             TextBorder = 2
  567.             Color = clBtnFace
  568.             ParentColor = False
  569.             WordWrap = True
  570.           end
  571.           object NameMediumSource: TBoxLabel
  572.             Left = 15
  573.             Top = 742
  574.             Width = 272
  575.             Height = 32
  576.             Caption = 'Name of this source:'
  577.             TextBorder = 2
  578.             Color = clBtnFace
  579.             ParentColor = False
  580.           end
  581.           object DownloadSiteRegularLabel: TBoxLabel
  582.             Left = 14
  583.             Top = 801
  584.             Width = 536
  585.             Height = 32
  586.             Caption = 'Which of these download sites do you use regularly?'
  587.             TextBorder = 2
  588.             Color = clBtnFace
  589.             ParentColor = False
  590.           end
  591.           object FavouriteDLSiteLabel: TBoxLabel
  592.             Left = 14
  593.             Top = 999
  594.             Width = 226
  595.             Height = 32
  596.             Caption = 'Your favourite download site:'
  597.             TextBorder = 2
  598.             Color = clBtnFace
  599.             ParentColor = False
  600.           end
  601.           object BoxLabel7: TBoxLabel
  602.             Left = 14
  603.             Top = 1045
  604.             Width = 226
  605.             Height = 32
  606.             Caption = 'Your favourite search engine:'
  607.             TextBorder = 2
  608.             Color = clBtnFace
  609.             ParentColor = False
  610.           end
  611.           object WhatPCbox: TComboBox
  612.             Left = 305
  613.             Top = 75
  614.             Width = 227
  615.             Height = 24
  616.             ItemHeight = 16
  617.             Items.Strings = (
  618.               '486 DX'
  619.               'Pentium'
  620.               'Pentium MMX'
  621.               'Pentium Pro'
  622.               'Pentium II')
  623.             TabOrder = 0
  624.           end
  625.           object ClockSpeedBox: TComboBox
  626.             Left = 307
  627.             Top = 118
  628.             Width = 225
  629.             Height = 24
  630.             ItemHeight = 16
  631.             Items.Strings = (
  632.               '50  Mhz'
  633.               '66  Mhz'
  634.               '75  Mhz'
  635.               '90  Mhz'
  636.               '100 Mhz'
  637.               '120 Mhz'
  638.               '133 Mhz'
  639.               '166 Mhz'
  640.               '200 Mhz'
  641.               '233 Mhz'
  642.               '300 Mhz'
  643.               '400 Mhz'
  644.               '450 Mhz'
  645.               'faster than 450 Mhz')
  646.             TabOrder = 1
  647.           end
  648.           object RAMBox: TComboBox
  649.             Left = 308
  650.             Top = 162
  651.             Width = 145
  652.             Height = 24
  653.             ItemHeight = 16
  654.             Items.Strings = (
  655.               '8 Mb'
  656.               '12 Mb'
  657.               '16 Mb'
  658.               '32 Mb'
  659.               '48 Mb'
  660.               '64 Mb'
  661.               'More than 64 Mb')
  662.             TabOrder = 2
  663.           end
  664.           object VideoRAMbox: TComboBox
  665.             Left = 309
  666.             Top = 207
  667.             Width = 145
  668.             Height = 24
  669.             ItemHeight = 16
  670.             Items.Strings = (
  671.               '1Mb'
  672.               '2Mb'
  673.               '4Mb'
  674.               '6Mb'
  675.               '8Mb'
  676.               '16Mb'
  677.               'More than 16Mb')
  678.             TabOrder = 3
  679.           end
  680.           object MonitorSizeBox: TComboBox
  681.             Left = 310
  682.             Top = 249
  683.             Width = 145
  684.             Height = 24
  685.             ItemHeight = 16
  686.             Items.Strings = (
  687.               '14"'
  688.               '15"'
  689.               '17"'
  690.               '20"'
  691.               '21"'
  692.               'More than 21"')
  693.             TabOrder = 4
  694.           end
  695.           object ResolutionBox: TComboBox
  696.             Left = 309
  697.             Top = 293
  698.             Width = 145
  699.             Height = 24
  700.             ItemHeight = 16
  701.             Items.Strings = (
  702.               '640x480'
  703.               '800x600'
  704.               '1024x768'
  705.               '1280x1024'
  706.               'Higher than 1280x1024')
  707.             TabOrder = 5
  708.           end
  709.           object HowManyColoursBox: TComboBox
  710.             Left = 310
  711.             Top = 338
  712.             Width = 210
  713.             Height = 24
  714.             ItemHeight = 16
  715.             Items.Strings = (
  716.               '256 colors'
  717.               'HiColor (32000 colors)'
  718.               'TrueColor (16 million colors)')
  719.             TabOrder = 6
  720.           end
  721.           object WhatOSBox: TComboBox
  722.             Left = 311
  723.             Top = 387
  724.             Width = 145
  725.             Height = 24
  726.             ItemHeight = 16
  727.             Items.Strings = (
  728.               'Win 95'
  729.               'Win 98'
  730.               'Win NT')
  731.             TabOrder = 7
  732.           end
  733.           object OverallPerformanceBox: TComboBox
  734.             Left = 471
  735.             Top = 440
  736.             Width = 83
  737.             Height = 24
  738.             ItemHeight = 16
  739.             Items.Strings = (
  740.               '1'
  741.               '2'
  742.               '3'
  743.               '4'
  744.               '5'
  745.               '6'
  746.               '7'
  747.               '8'
  748.               '9'
  749.               '10')
  750.             TabOrder = 8
  751.           end
  752.           object HowDiscoverBox: TComboBox
  753.             Left = 316
  754.             Top = 581
  755.             Width = 232
  756.             Height = 24
  757.             ItemHeight = 16
  758.             Items.Strings = (
  759.               'Magazine'
  760.               'Newsgroup'
  761.               'Newsletter'
  762.               'Internet Search (Alta Vista, Yahoo etc)'
  763.               'Software Search (ZDNet, C|Net etc)'
  764.               'Web page '
  765.               'CD Rom'
  766.               'Word of mouth'
  767.               'other means')
  768.             TabOrder = 9
  769.           end
  770.           object NameSourceBox: TEdit
  771.             Left = 316
  772.             Top = 626
  773.             Width = 232
  774.             Height = 24
  775.             TabOrder = 10
  776.           end
  777.           object WhatMediumBox: TComboBox
  778.             Left = 317
  779.             Top = 686
  780.             Width = 232
  781.             Height = 24
  782.             ItemHeight = 16
  783.             Items.Strings = (
  784.               'floppy disk'
  785.               'CD ROM'
  786.               'ftp download '
  787.               'http download ')
  788.             TabOrder = 11
  789.           end
  790.           object NameMediumSourceBox: TEdit
  791.             Left = 316
  792.             Top = 744
  793.             Width = 232
  794.             Height = 24
  795.             TabOrder = 12
  796.           end
  797.           object TPanel
  798.             Left = 16
  799.             Top = 841
  800.             Width = 532
  801.             Height = 135
  802.             BevelInner = bvRaised
  803.             BevelOuter = bvLowered
  804.             TabOrder = 13
  805.             object RegularSharewareCom: TCheckBox
  806.               Left = 16
  807.               Top = 24
  808.               Width = 166
  809.               Height = 17
  810.               Caption = 'C|Net'#39's Shareware.com'
  811.               TabOrder = 0
  812.             end
  813.             object RegularSoftseek: TCheckBox
  814.               Left = 209
  815.               Top = 24
  816.               Width = 97
  817.               Height = 17
  818.               Caption = 'Softseek'
  819.               TabOrder = 1
  820.             end
  821.             object RegularZDNet: TCheckBox
  822.               Left = 362
  823.               Top = 24
  824.               Width = 166
  825.               Height = 17
  826.               Caption = 'ZDNet Software Library'
  827.               TabOrder = 2
  828.             end
  829.             object RegularDownloadCom: TCheckBox
  830.               Left = 17
  831.               Top = 64
  832.               Width = 171
  833.               Height = 17
  834.               Caption = 'C|Net'#39's Download.com'
  835.               TabOrder = 3
  836.             end
  837.             object RegularRocket: TCheckBox
  838.               Left = 210
  839.               Top = 61
  840.               Width = 148
  841.               Height = 17
  842.               Caption = 'Rocket Download'
  843.               TabOrder = 4
  844.             end
  845.             object RegularFileMine: TCheckBox
  846.               Left = 363
  847.               Top = 61
  848.               Width = 97
  849.               Height = 17
  850.               Caption = 'File Mine'
  851.               TabOrder = 5
  852.             end
  853.             object RegularJunkies: TCheckBox
  854.               Left = 16
  855.               Top = 98
  856.               Width = 166
  857.               Height = 17
  858.               Caption = 'Shareware Junkies'
  859.               TabOrder = 6
  860.             end
  861.             object RegularFilePile: TCheckBox
  862.               Left = 210
  863.               Top = 99
  864.               Width = 97
  865.               Height = 17
  866.               Caption = 'FilePile'
  867.               TabOrder = 7
  868.             end
  869.             object RegularOther: TCheckBox
  870.               Left = 363
  871.               Top = 98
  872.               Width = 97
  873.               Height = 17
  874.               Caption = 'Other sites'
  875.               TabOrder = 8
  876.             end
  877.           end
  878.           object FavouriteDLsiteBox: TEdit
  879.             Left = 251
  880.             Top = 1001
  881.             Width = 298
  882.             Height = 24
  883.             TabOrder = 14
  884.           end
  885.           object FavouriteSearchEnginBox: TComboBox
  886.             Left = 253
  887.             Top = 1047
  888.             Width = 297
  889.             Height = 24
  890.             ItemHeight = 16
  891.             Items.Strings = (
  892.               'Alta Vista'
  893.               'Yahoo'
  894.               'Infoseek'
  895.               'Infoseek Ultra'
  896.               'WWWW Web Worm'
  897.               'Web Crawler'
  898.               'Hot Bot'
  899.               'Magellan'
  900.               'Goto.com'
  901.               'Search.com'
  902.               'Excite'
  903.               'Other')
  904.             TabOrder = 15
  905.           end
  906.           object Panel13: TPanel
  907.             Left = 2
  908.             Top = 1097
  909.             Width = 560
  910.             Height = 468
  911.             BevelOuter = bvNone
  912.             TabOrder = 16
  913.             object BoxLabel8: TBoxLabel
  914.               Left = 4
  915.               Top = 17
  916.               Width = 553
  917.               Height = 47
  918.               Caption = 
  919.                 'The Astronomy Software market in general as it relates to Stella' +
  920.                 ' 2000.'
  921.               TextBorder = 2
  922.               Font.Color = clWhite
  923.               Font.Height = -14
  924.               Font.Name = 'MS Sans Serif'
  925.               Font.Style = [fsBold]
  926.               Color = clTeal
  927.               ParentFont = False
  928.               ParentColor = False
  929.             end
  930.             object EvaluatedProductsLabel: TBoxLabel
  931.               Left = 14
  932.               Top = 98
  933.               Width = 533
  934.               Height = 32
  935.               Caption = 
  936.                 'Which of these shareware products have you evaluated in addition' +
  937.                 ' to Stella?'
  938.               TextBorder = 2
  939.               Color = clBtnFace
  940.               ParentColor = False
  941.             end
  942.             object FavouriteSharewareLabel: TBoxLabel
  943.               Left = 12
  944.               Top = 260
  945.               Width = 322
  946.               Height = 32
  947.               Caption = 'Out of these, which is your personal favourite?'
  948.               TextBorder = 2
  949.               Color = clBtnFace
  950.               ParentColor = False
  951.             end
  952.             object WhyFavouriteLabel: TBoxLabel
  953.               Left = 13
  954.               Top = 311
  955.               Width = 189
  956.               Height = 32
  957.               Caption = 'In at least 4 words, why?'
  958.               TextBorder = 2
  959.               Color = clBtnFace
  960.               ParentColor = False
  961.             end
  962.             object ComparisonStellaRateLabel: TBoxLabel
  963.               Left = 12
  964.               Top = 363
  965.               Width = 372
  966.               Height = 32
  967.               Caption = 'In overall comparison with this product, how does Stella rate?'
  968.               TextBorder = 2
  969.               Color = clBtnFace
  970.               ParentColor = False
  971.             end
  972.             object RegisterProductLabel: TBoxLabel
  973.               Left = 12
  974.               Top = 417
  975.               Width = 374
  976.               Height = 32
  977.               Caption = 'Did you, or will you, register this other product?'
  978.               TextBorder = 2
  979.               Color = clBtnFace
  980.               ParentColor = False
  981.             end
  982.             object Panel14: TPanel
  983.               Left = 12
  984.               Top = 141
  985.               Width = 538
  986.               Height = 90
  987.               BevelInner = bvRaised
  988.               BevelOuter = bvLowered
  989.               TabOrder = 0
  990.               object SkyGlobeBox: TCheckBox
  991.                 Left = 17
  992.                 Top = 18
  993.                 Width = 97
  994.                 Height = 17
  995.                 Caption = 'SkyGlobe'
  996.                 TabOrder = 0
  997.               end
  998.               object SkyMapBox: TCheckBox
  999.                 Left = 198
  1000.                 Top = 18
  1001.                 Width = 96
  1002.                 Height = 15
  1003.                 Caption = 'SkyMap'
  1004.                 TabOrder = 1
  1005.               end
  1006.               object CyberskyBox: TCheckBox
  1007.                 Left = 359
  1008.                 Top = 17
  1009.                 Width = 97
  1010.                 Height = 17
  1011.                 Caption = 'Cybersky'
  1012.                 TabOrder = 2
  1013.               end
  1014.               object MyStarsBox: TCheckBox
  1015.                 Left = 18
  1016.                 Top = 52
  1017.                 Width = 97
  1018.                 Height = 17
  1019.                 Caption = 'MyStars'
  1020.                 TabOrder = 3
  1021.               end
  1022.               object AstronomicaBox: TCheckBox
  1023.                 Left = 197
  1024.                 Top = 53
  1025.                 Width = 97
  1026.                 Height = 17
  1027.                 Caption = 'Astronomica'
  1028.                 TabOrder = 4
  1029.               end
  1030.               object AstronomyLabBox: TCheckBox
  1031.                 Left = 357
  1032.                 Top = 52
  1033.                 Width = 117
  1034.                 Height = 17
  1035.                 Caption = 'Astronomy Lab'
  1036.                 TabOrder = 5
  1037.               end
  1038.             end
  1039.             object FavouriteSharewareBox: TComboBox
  1040.               Left = 361
  1041.               Top = 263
  1042.               Width = 178
  1043.               Height = 24
  1044.               ItemHeight = 16
  1045.               Items.Strings = (
  1046.                 'Cybersky'
  1047.                 'Home Planet '
  1048.                 'MyStars'
  1049.                 'SkyMap'
  1050.                 'SkyGlobe'
  1051.                 'Astronomica'
  1052.                 'Astronomy Lab'
  1053.                 'Deepsky 95'
  1054.                 'Coeli - Electric Plansisphere')
  1055.               TabOrder = 1
  1056.             end
  1057.             object WhyFavouriteBox: TEdit
  1058.               Left = 216
  1059.               Top = 314
  1060.               Width = 326
  1061.               Height = 24
  1062.               TabOrder = 2
  1063.             end
  1064.             object ComparisonStellaRateBox: TComboBox
  1065.               Left = 398
  1066.               Top = 366
  1067.               Width = 145
  1068.               Height = 24
  1069.               ItemHeight = 16
  1070.               Items.Strings = (
  1071.                 'much better'
  1072.                 'better'
  1073.                 'the same'
  1074.                 'worse'
  1075.                 'much worse')
  1076.               TabOrder = 3
  1077.             end
  1078.             object RegisterProductBox: TComboBox
  1079.               Left = 460
  1080.               Top = 419
  1081.               Width = 82
  1082.               Height = 24
  1083.               ItemHeight = 16
  1084.               Items.Strings = (
  1085.                 'Yes'
  1086.                 'No')
  1087.               TabOrder = 4
  1088.             end
  1089.           end
  1090.           object Panel15: TPanel
  1091.             Left = 3
  1092.             Top = 1578
  1093.             Width = 556
  1094.             Height = 887
  1095.             BevelOuter = bvNone
  1096.             TabOrder = 17
  1097.             object Stella2000ItselfLabel: TBoxLabel
  1098.               Left = 3
  1099.               Top = 11
  1100.               Width = 553
  1101.               Height = 47
  1102.               Caption = 'At last, Stella 2000 itself.'
  1103.               TextBorder = 2
  1104.               Font.Color = clWhite
  1105.               Font.Height = -14
  1106.               Font.Name = 'MS Sans Serif'
  1107.               Font.Style = [fsBold]
  1108.               Color = clTeal
  1109.               ParentFont = False
  1110.               ParentColor = False
  1111.             end
  1112.             object StellaShortcomingLabel: TBoxLabel
  1113.               Left = 7
  1114.               Top = 76
  1115.               Width = 545
  1116.               Height = 32
  1117.               Caption = 'What do you think is Stella'#39's most noticeable shortcoming?'
  1118.               TextBorder = 2
  1119.               Color = clBtnFace
  1120.               ParentColor = False
  1121.             end
  1122.             object StellaBestFeatureLabel: TBoxLabel
  1123.               Left = 6
  1124.               Top = 160
  1125.               Width = 545
  1126.               Height = 32
  1127.               Caption = 'What do you think is Stella'#39's best feature?'
  1128.               TextBorder = 2
  1129.               Color = clBtnFace
  1130.               ParentColor = False
  1131.             end
  1132.             object StellaOneMoreFeatureLabel: TBoxLabel
  1133.               Left = 8
  1134.               Top = 247
  1135.               Width = 545
  1136.               Height = 32
  1137.               Caption = 
  1138.                 'If you could add just ONE more feature to Stella, what would it ' +
  1139.                 'be?'
  1140.               TextBorder = 2
  1141.               Color = clBtnFace
  1142.               ParentColor = False
  1143.             end
  1144.             object ImproveOverallPerformanceLabel: TBoxLabel
  1145.               Left = 7
  1146.               Top = 339
  1147.               Width = 545
  1148.               Height = 32
  1149.               Caption = 
  1150.                 'If you could improve Stella'#39's overall performance in just ONE wa' +
  1151.                 'y, what way would that be?'
  1152.               TextBorder = 2
  1153.               Color = clBtnFace
  1154.               ParentColor = False
  1155.             end
  1156.             object OpinionPriceLabel: TBoxLabel
  1157.               Left = 8
  1158.               Top = 431
  1159.               Width = 322
  1160.               Height = 32
  1161.               Caption = 'Your opinion on Stella'#39's price of $45 :- '
  1162.               TextBorder = 2
  1163.               Color = clBtnFace
  1164.               ParentColor = False
  1165.             end
  1166.             object ForthcomingFeatureLabel: TBoxLabel
  1167.               Left = 6
  1168.               Top = 656
  1169.               Width = 545
  1170.               Height = 53
  1171.               Caption = 
  1172.                 'The following features will be incorporated into forthcoming ver' +
  1173.                 'sions of Stella 2000. Which ONE, in your view, should get priori' +
  1174.                 'ty?'
  1175.               TextBorder = 2
  1176.               Color = clBtnFace
  1177.               ParentColor = False
  1178.               WordWrap = True
  1179.             end
  1180.             object PersonalImpressionsLabel: TBoxLabel
  1181.               Left = 4
  1182.               Top = 769
  1183.               Width = 545
  1184.               Height = 53
  1185.               Caption = 
  1186.                 'Please take a moment to write something of your overall *persona' +
  1187.                 'l* impressions of Stella.'
  1188.               TextBorder = 2
  1189.               Color = clBtnFace
  1190.               ParentColor = False
  1191.               WordWrap = True
  1192.             end
  1193.             object StellaShortcomingBox: TEdit
  1194.               Left = 8
  1195.               Top = 118
  1196.               Width = 540
  1197.               Height = 24
  1198.               TabOrder = 0
  1199.             end
  1200.             object StellaBestFeatureBox: TEdit
  1201.               Left = 7
  1202.               Top = 202
  1203.               Width = 540
  1204.               Height = 24
  1205.               TabOrder = 1
  1206.             end
  1207.             object StellaOneMoreFeatureBox: TEdit
  1208.               Left = 8
  1209.               Top = 291
  1210.               Width = 540
  1211.               Height = 24
  1212.               TabOrder = 2
  1213.             end
  1214.             object ImproveOverallPerformanceBox: TEdit
  1215.               Left = 8
  1216.               Top = 384
  1217.               Width = 540
  1218.               Height = 24
  1219.               TabOrder = 3
  1220.             end
  1221.             object OpinionPriceBox: TComboBox
  1222.               Left = 358
  1223.               Top = 434
  1224.               Width = 186
  1225.               Height = 24
  1226.               ItemHeight = 16
  1227.               Items.Strings = (
  1228.                 'far too much'
  1229.                 'too much'
  1230.                 'a little too much'
  1231.                 'about right'
  1232.                 'too little'
  1233.                 'far too little')
  1234.               TabOrder = 4
  1235.             end
  1236.             object Panel16: TPanel
  1237.               Left = 4
  1238.               Top = 487
  1239.               Width = 547
  1240.               Height = 150
  1241.               BevelInner = bvRaised
  1242.               BevelOuter = bvLowered
  1243.               Font.Color = clBlack
  1244.               Font.Height = -14
  1245.               Font.Name = 'MS Sans Serif'
  1246.               Font.Style = [fsBold, fsItalic]
  1247.               ParentFont = False
  1248.               TabOrder = 5
  1249.               object RegisterIfTenDollars: TCheckBox
  1250.                 Left = 17
  1251.                 Top = 27
  1252.                 Width = 501
  1253.                 Height = 17
  1254.                 Caption = '" If Stella cost as little as $10, I would definitely register."'
  1255.                 TabOrder = 0
  1256.               end
  1257.               object PriceNoInfluence: TCheckBox
  1258.                 Left = 18
  1259.                 Top = 66
  1260.                 Width = 524
  1261.                 Height = 17
  1262.                 Caption = 
  1263.                   '" Price doesn'#39't influence me too much:  If a product'#39's good, I'#39'l' +
  1264.                   'l register."'
  1265.                 TabOrder = 1
  1266.               end
  1267.               object SharewareShouldBeFree: TCheckBox
  1268.                 Left = 18
  1269.                 Top = 107
  1270.                 Width = 501
  1271.                 Height = 17
  1272.                 Caption = '" I think all shareware should be free."'
  1273.                 TabOrder = 2
  1274.               end
  1275.             end
  1276.             object ForthcomingFeatureBox: TComboBox
  1277.               Left = 5
  1278.               Top = 720
  1279.               Width = 545
  1280.               Height = 24
  1281.               ItemHeight = 16
  1282.               Items.Strings = (
  1283.                 'Asteroids '
  1284.                 'Better font control '
  1285.                 'Graphical lunar phases '
  1286.                 'Detailed planetary perturbations '
  1287.                 'More accurate planetary magnitudes '
  1288.                 'Orrery '
  1289.                 'Milky Way contours '
  1290.                 'Nebula Boundaries '
  1291.                 'DSO symbols '
  1292.                 'Variable star symbols '
  1293.                 'Double star symbols '
  1294.                 'Print preview '
  1295.                 'Higher resolution printing '
  1296.                 'Extra commentary in star reports '
  1297.                 'Field of view circles '
  1298.                 'Control for most popular telescopes '
  1299.                 'More toolbars '
  1300.                 'Adjustable zoom step-size '
  1301.                 'Random slide-show mode for Picture Window '
  1302.                 'Equatorial map mode')
  1303.               TabOrder = 6
  1304.             end
  1305.             object PersonalImpressionsBox: TEdit
  1306.               Left = 6
  1307.               Top = 841
  1308.               Width = 541
  1309.               Height = 24
  1310.               TabOrder = 7
  1311.             end
  1312.           end
  1313.           object Panel17: TPanel
  1314.             Left = 5
  1315.             Top = 2848
  1316.             Width = 553
  1317.             Height = 182
  1318.             TabOrder = 18
  1319.             object DeclarationLabel: TBoxLabel
  1320.               Left = 8
  1321.               Top = 11
  1322.               Width = 533
  1323.               Height = 75
  1324.               Caption = 
  1325.                 'By appending my digital signature hereto, I declare that I have ' +
  1326.                 'answered this questionnaire to the best of my ability, both as t' +
  1327.                 'o honesty and completeness.'
  1328.               TextBorder = 2
  1329.               Font.Color = clWhite
  1330.               Font.Height = -14
  1331.               Font.Name = 'MS Sans Serif'
  1332.               Font.Style = [fsBold, fsItalic]
  1333.               Color = clTeal
  1334.               ParentFont = False
  1335.               ParentColor = False
  1336.               WordWrap = True
  1337.             end
  1338.             object Label2: TLabel
  1339.               Left = 31
  1340.               Top = 107
  1341.               Width = 192
  1342.               Height = 16
  1343.               Caption = 'Digital signature (your full name):'
  1344.             end
  1345.             object DigitalSignatureBox: TEdit
  1346.               Left = 253
  1347.               Top = 103
  1348.               Width = 285
  1349.               Height = 24
  1350.               TabOrder = 0
  1351.             end
  1352.             object SentSuccessfully: TCheckBox
  1353.               Left = 255
  1354.               Top = 151
  1355.               Width = 134
  1356.               Height = 17
  1357.               Caption = 'Sent successfully'
  1358.               Enabled = False
  1359.               TabOrder = 1
  1360.             end
  1361.           end
  1362.           object Panel18: TPanel
  1363.             Left = 5
  1364.             Top = 2486
  1365.             Width = 555
  1366.             Height = 320
  1367.             BevelOuter = bvNone
  1368.             TabOrder = 19
  1369.             object BoxLabel9: TBoxLabel
  1370.               Left = 1
  1371.               Top = 11
  1372.               Width = 553
  1373.               Height = 47
  1374.               Caption = 'Finally, a little about you and the Internet.'
  1375.               TextBorder = 2
  1376.               Font.Color = clWhite
  1377.               Font.Height = -14
  1378.               Font.Name = 'MS Sans Serif'
  1379.               Font.Style = [fsBold]
  1380.               Color = clTeal
  1381.               ParentFont = False
  1382.               ParentColor = False
  1383.             end
  1384.             object InternetConnectionSpeedLabel: TBoxLabel
  1385.               Left = 3
  1386.               Top = 74
  1387.               Width = 322
  1388.               Height = 32
  1389.               Caption = 'What is the speed of your Internet connection?'
  1390.               TextBorder = 2
  1391.               Color = clBtnFace
  1392.               ParentColor = False
  1393.             end
  1394.             object MailSoftwareLabel: TBoxLabel
  1395.               Left = 5
  1396.               Top = 122
  1397.               Width = 322
  1398.               Height = 32
  1399.               Caption = 'What Mail software do you use?'
  1400.               TextBorder = 2
  1401.               Color = clBtnFace
  1402.               ParentColor = False
  1403.             end
  1404.             object BrowserLabel: TBoxLabel
  1405.               Left = 5
  1406.               Top = 171
  1407.               Width = 322
  1408.               Height = 32
  1409.               Caption = 'Which Web browser do you use?'
  1410.               TextBorder = 2
  1411.               Color = clBtnFace
  1412.               ParentColor = False
  1413.             end
  1414.             object RemarksNotCoveredLabel: TBoxLabel
  1415.               Left = 4
  1416.               Top = 231
  1417.               Width = 545
  1418.               Height = 53
  1419.               Caption = 
  1420.                 'If you have any relevant observations or remarks on topics not c' +
  1421.                 'overed in this survey, please type them here.'
  1422.               TextBorder = 2
  1423.               Color = clBtnFace
  1424.               ParentColor = False
  1425.               WordWrap = True
  1426.             end
  1427.             object InternetConnectionSpeedBox: TComboBox
  1428.               Left = 336
  1429.               Top = 77
  1430.               Width = 209
  1431.               Height = 24
  1432.               ItemHeight = 16
  1433.               Items.Strings = (
  1434.                 'Modem 14400 '
  1435.                 'Modem 28000'
  1436.                 'Modem 33600'
  1437.                 'Modem 56 k'
  1438.                 'Modem other'
  1439.                 'ISDN'
  1440.                 'Cable')
  1441.               TabOrder = 0
  1442.             end
  1443.             object MailSoftwareBox: TComboBox
  1444.               Left = 338
  1445.               Top = 124
  1446.               Width = 207
  1447.               Height = 24
  1448.               ItemHeight = 16
  1449.               Items.Strings = (
  1450.                 'MS Mail'
  1451.                 'Eudora'
  1452.                 'Pegasus'
  1453.                 'Netscape 2.x'
  1454.                 'Netscape 3.x'
  1455.                 'Netscape Communicator'
  1456.                 'Other - specify')
  1457.               TabOrder = 1
  1458.             end
  1459.             object BrowserBox: TComboBox
  1460.               Left = 338
  1461.               Top = 173
  1462.               Width = 207
  1463.               Height = 24
  1464.               ItemHeight = 16
  1465.               Items.Strings = (
  1466.                 'MS IE 3.x'
  1467.                 'MS IE 4.x'
  1468.                 'Netscape Navigator 2.x'
  1469.                 'Netscape Navigator 3.x'
  1470.                 'Netscape Communicator 4.x'
  1471.                 'Opera'
  1472.                 'Other - specify: ')
  1473.               TabOrder = 2
  1474.             end
  1475.             object RemarksNotCoveredBox: TEdit
  1476.               Left = 5
  1477.               Top = 295
  1478.               Width = 543
  1479.               Height = 24
  1480.               TabOrder = 3
  1481.             end
  1482.           end
  1483.         end
  1484.         object SubmitSurveyButton: TButton
  1485.           Left = 385
  1486.           Top = 358
  1487.           Width = 212
  1488.           Height = 25
  1489.           Caption = 'Submit Questionnaire'
  1490.           TabOrder = 1
  1491.           OnClick = SubmitSurveyButtonClick
  1492.         end
  1493.         object ClaimGiftBox1: TCheckBox
  1494.           Left = 13
  1495.           Top = 363
  1496.           Width = 347
  1497.           Height = 17
  1498.           Caption = 'I claim my special bonus checked under FREE gifts'
  1499.           Font.Color = clBlack
  1500.           Font.Height = -14
  1501.           Font.Name = 'MS Sans Serif'
  1502.           Font.Style = []
  1503.           ParentFont = False
  1504.           State = cbChecked
  1505.           TabOrder = 2
  1506.         end
  1507.         object Memo2: TMemo
  1508.           Left = 8
  1509.           Top = 10
  1510.           Width = 588
  1511.           Height = 43
  1512.           Color = 8454143
  1513.           Lines.Strings = (
  1514.             
  1515.               'May we ask for your co-operation? - please do not submit this qu' +
  1516.               'estionnaire until you have at '
  1517.             
  1518.               'least 5 sessions'#39' experience with Stella. "Don'#39't know" feedback ' +
  1519.               'is useless to us. Thank you.'
  1520.             '(Forfeiture of your free gift may result.)'
  1521.             
  1522.               '    In exchange for your kindness in submitting our Questionnair' +
  1523.               'e, we will send you by return '
  1524.             
  1525.               'e-mail  the FREE GIFT of your choice. Please ensure that no fiel' +
  1526.               'ds are left blank. In edit boxes '
  1527.             
  1528.               'requiring your comments or opinion, excessive use of the tag '#39'no' +
  1529.               't applicable'#39', '#39'N/A'#39', etc will '
  1530.             
  1531.               'result in rejection of the questionnaire and probable forfeit of' +
  1532.               ' your free gift. '
  1533.             
  1534.               '   The whole purpose of this exercise is to learn exactly what y' +
  1535.               'ou think of our software so that we '
  1536.             
  1537.               'can improve it for you. In this sense your free gift is not real' +
  1538.               'ly free: it is in exchange for a moment '
  1539.             'of conscientiousness.')
  1540.           ScrollBars = ssVertical
  1541.           TabOrder = 3
  1542.         end
  1543.       end
  1544.     end
  1545.     object WWWTab: TTabSheet
  1546.       Caption = 'WWW'
  1547.       object Panel10: TPanel
  1548.         Left = 4
  1549.         Top = 5
  1550.         Width = 608
  1551.         Height = 387
  1552.         BevelInner = bvRaised
  1553.         BevelOuter = bvLowered
  1554.         TabOrder = 0
  1555.         object JPEGImage1: TJPEGImage
  1556.           Left = 6
  1557.           Top = 5
  1558.           Width = 201
  1559.           Height = 201
  1560.           Hint = 'Swimming Elk Software pewter logo'
  1561.           Picture.Data = {<image000.bmp>}
  1562.           NumOfColors = _256
  1563.           DCTMethod = Integ
  1564.           Dither = FS
  1565.           FastProcessing = False
  1566.           GrayScale = False
  1567.           NoSmooth = False
  1568.           OnePass = False
  1569.           FileName = 'C:\PACK\StelPack\In\SkyData\ElkS200S.jpg'
  1570.           ProgressStep = 10
  1571.         end
  1572.         object BoxLabel4: TBoxLabel
  1573.           Left = 12
  1574.           Top = 262
  1575.           Width = 586
  1576.           Height = 81
  1577.           Caption = 
  1578.             'Are you online? Click one of these links to stay informed, downl' +
  1579.             'oad the latest Stella 2000 build, or just to pay us a visit.'
  1580.           TextBorder = 2
  1581.           Font.Color = clWhite
  1582.           Font.Height = -17
  1583.           Font.Name = 'Times New Roman'
  1584.           Font.Style = [fsBold]
  1585.           Color = clTeal
  1586.           ParentFont = False
  1587.           ParentColor = False
  1588.           WordWrap = True
  1589.         end
  1590.         object OrderSButton: TSpeedButton
  1591.           Left = 224
  1592.           Top = 33
  1593.           Width = 367
  1594.           Height = 27
  1595.           Hint = 'http://www.sci.fi/~elk/stelreg.htm'
  1596.           Caption = 'Order your very own unique copy of Stella 2000'
  1597.           Font.Color = clNavy
  1598.           Font.Height = -14
  1599.           Font.Name = 'MS Sans Serif'
  1600.           Font.Style = [fsBold, fsUnderline]
  1601.           ParentFont = False
  1602.           OnClick = OrderSButtonClick
  1603.         end
  1604.         object LatestBuildSButton: TSpeedButton
  1605.           Left = 224
  1606.           Top = 94
  1607.           Width = 367
  1608.           Height = 27
  1609.           Hint = 'http://www.essentia.net/coeli/stella.zip'
  1610.           Caption = 'Check the latest Shareware build - we update fast!'
  1611.           Font.Color = clNavy
  1612.           Font.Height = -14
  1613.           Font.Name = 'MS Sans Serif'
  1614.           Font.Style = [fsBold, fsUnderline]
  1615.           ParentFont = False
  1616.           OnClick = LatestBuildSButtonClick
  1617.         end
  1618.         object VisitSButton: TSpeedButton
  1619.           Left = 224
  1620.           Top = 156
  1621.           Width = 367
  1622.           Height = 27
  1623.           Hint = 'http://www.coeli.com'
  1624.           Caption = 'Just pay us a visit'
  1625.           Font.Color = clNavy
  1626.           Font.Height = -14
  1627.           Font.Name = 'MS Sans Serif'
  1628.           Font.Style = [fsBold, fsUnderline]
  1629.           ParentFont = False
  1630.           OnClick = VisitSButtonClick
  1631.         end
  1632.       end
  1633.     end
  1634.     object FreeGiftsTab: TTabSheet
  1635.       Caption = 'FREE gifts'
  1636.       object Panel5: TPanel
  1637.         Left = 4
  1638.         Top = 8
  1639.         Width = 609
  1640.         Height = 388
  1641.         BevelInner = bvRaised
  1642.         BevelOuter = bvLowered
  1643.         TabOrder = 0
  1644.         object BoxLabel3: TBoxLabel
  1645.           Left = 9
  1646.           Top = 10
  1647.           Width = 590
  1648.           Height = 69
  1649.           Caption = 
  1650.             'We invite you to select one of the FREE gifts and bonuses below.' +
  1651.             ' As soon as you have done so, click the Questionnaire or Buddy R' +
  1652.             'egistration tab, make your submission, and as soon as we receive' +
  1653.             ' and verify, we'#39'll reciprocate with your own Stella Bonus'
  1654.           TextBorder = 2
  1655.           Color = 8454143
  1656.           ParentColor = False
  1657.           WordWrap = True
  1658.         end
  1659.         object Panel6: TPanel
  1660.           Left = 9
  1661.           Top = 95
  1662.           Width = 590
  1663.           Height = 136
  1664.           BevelInner = bvRaised
  1665.           BevelOuter = bvLowered
  1666.           TabOrder = 0
  1667.           object BonusCatalogGift: TRadioButton
  1668.             Left = 112
  1669.             Top = 55
  1670.             Width = 425
  1671.             Height = 17
  1672.             Caption = '10000 star Hipparcos extension database for Stella 2000'
  1673.             Checked = True
  1674.             Font.Color = clBlack
  1675.             Font.Height = -14
  1676.             Font.Name = 'MS Sans Serif'
  1677.             Font.Style = [fsBold]
  1678.             ParentFont = False
  1679.             TabOrder = 0
  1680.             TabStop = True
  1681.           end
  1682.           object StarNamesGift: TRadioButton
  1683.             Left = 112
  1684.             Top = 95
  1685.             Width = 426
  1686.             Height = 17
  1687.             Caption = 'Extra file of over 300 star names for Stella 2000'
  1688.             Font.Color = clBlack
  1689.             Font.Height = -14
  1690.             Font.Name = 'MS Sans Serif'
  1691.             Font.Style = [fsBold]
  1692.             ParentFont = False
  1693.             TabOrder = 1
  1694.           end
  1695.           object Panel7: TPanel
  1696.             Left = 5
  1697.             Top = 7
  1698.             Width = 578
  1699.             Height = 31
  1700.             BevelOuter = bvNone
  1701.             Caption = 'Bonuses available for all options'
  1702.             Font.Color = clBlack
  1703.             Font.Height = -12
  1704.             Font.Name = 'MS Sans Serif'
  1705.             Font.Style = [fsUnderline]
  1706.             ParentFont = False
  1707.             TabOrder = 2
  1708.           end
  1709.         end
  1710.         object Panel8: TPanel
  1711.           Left = 9
  1712.           Top = 248
  1713.           Width = 591
  1714.           Height = 128
  1715.           BevelInner = bvRaised
  1716.           BevelOuter = bvLowered
  1717.           TabOrder = 1
  1718.           object Panel9: TPanel
  1719.             Left = 5
  1720.             Top = 7
  1721.             Width = 578
  1722.             Height = 31
  1723.             BevelOuter = bvNone
  1724.             Caption = 'Bonuses available for Buddy Registration only'
  1725.             Font.Color = clNavy
  1726.             Font.Height = -12
  1727.             Font.Name = 'MS Sans Serif'
  1728.             Font.Style = [fsUnderline]
  1729.             ParentFont = False
  1730.             TabOrder = 0
  1731.           end
  1732.           object SAOGift: TRadioButton
  1733.             Left = 116
  1734.             Top = 66
  1735.             Width = 349
  1736.             Height = 17
  1737.             Caption = '25000 star SAO data extension for Stella 2000'
  1738.             Color = clBtnFace
  1739.             Font.Color = clRed
  1740.             Font.Height = -14
  1741.             Font.Name = 'MS Sans Serif'
  1742.             Font.Style = [fsBold]
  1743.             ParentColor = False
  1744.             ParentFont = False
  1745.             TabOrder = 1
  1746.           end
  1747.         end
  1748.       end
  1749.     end
  1750.     object UpgradeTab: TTabSheet
  1751.       Caption = 'Upgrade!'
  1752.       object OrderStellxButton: TSpeedButton
  1753.         Left = 21
  1754.         Top = 361
  1755.         Width = 265
  1756.         Height = 38
  1757.         Hint = 'Secure WWW server: take a look!'
  1758.         Caption = 'Order Stella 2000 Extended Edition'
  1759.         Font.Color = clNavy
  1760.         Font.Height = -14
  1761.         Font.Name = 'Times New Roman'
  1762.         Font.Style = [fsBold]
  1763.         Glyph.Data = {
  1764.           36080000424D3608000000000000360400002800000020000000200000000100
  1765.           080000000000000400000000000000000000000100000001000008000000FCC4
  1766.           B000FCC4B400FCC8B800FCCCBC00FCD0C000FCD4C400FCD8CC00FCDCD000FCE0
  1767.           D400FCE0D800FCE4DC00FCE8E400FCECE800FCF0EC00FCF4F000FCF8F400FCFC
  1768.           FC00F8FCFC00F4FCFC00ECFCFC00E8FCFC00E0FCFC00DCFCFC00D4FCFC00D0FC
  1769.           FC00CCFCFC00C4FCFC00C0FCFC00B8FCFC00B4FCFC00ACFCFC00A8FCFC00A0FC
  1770.           FC00A0FCFC00A0F8FC00A0F8FC00A4F4FC00A4F4FC00A4F0FC00A8F0FC00A8EC
  1771.           FC00A8ECFC00ACE8FC00ACE8FC00ACE4FC00B0E4FC00B0E0FC00B0E0FC00B4DC
  1772.           FC00B4D8FC00B0D4FC00ACD0FC00ACCCFC00A8C8FC00A4C0FC00A4BCFC00A0B8
  1773.           FC009CB4FC009CB0FC0098A8FC0094A4FC0094A0FC00909CFC008C98FC008890
  1774.           FC008C90FC009090FC009490FC009890FC009C90FC00A090FC00A490FC00AC90
  1775.           FC00B090FC00B490FC00B890FC00BC90FC00C090FC00C490FC00CC90FC00D49C
  1776.           8800D49C8C00D4A09000D4A49400D4A89800D4AC9C00D4B0A400D4B4A800D4B8
  1777.           AC00D4B8B000D4BCB400D4C0BC00D4C4C000D4C8C400D4CCC800D4D0CC00D4D4
  1778.           D400D0D4D400C8D4D400C0D4D400BCD4D400B4D4D400ACD4D800A8D4D800A0D8
  1779.           D80098D8D80094D8D8008CD8DC0084D8DC0080D8DC0078D8DC0070D8DC0068DC
  1780.           E00068DCE0006CD8E0006CD8E00070D4E00070D0E00074D0DC0074CCDC0078C8
  1781.           DC007CC8DC007CC4DC0080C4D80080C0D80084BCD80084BCD80088B8D8008CB4
  1782.           D4008CB0D40088ACD40084A8D40084A4D40080A0D4007C98D4007C94D4007890
  1783.           D400748CD4007488D4007080D4006C7CD4006C78D4006874D4006470D4006068
  1784.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  1785.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4009860
  1786.           4C00986050009864540098685800986C5C00987060009874680098786C00987C
  1787.           7000987C7400988078009884800098888400988C880098908C00989490009898
  1788.           9800949898008C98980084989800809898007898980070989C006C989C00649C
  1789.           9C005C9C9C00589C9C00509CA000489CA000449CA0003C9CA000349CA0002CA0
  1790.           A4002C9CA4002C94A4002C90A4002C88A4002C84A400307CA4003078A4003070
  1791.           A800306CA8003064A8003460A8003458A8003454A800344CA8003448A8003840
  1792.           AC003C40AC004040AC004440AC004840AC004C40AC005040AC005440AC005C40
  1793.           AC006040AC006440AC006840AC006C40AC007040AC007440AC007C40AC006068
  1794.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  1795.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  1796.           D4006068D400A000580060C8F0005000200000680000505448006C68FC0060C8
  1797.           F000606850006068D40050C80000307008006068D4006068D400F5F5F5F5F5F5
  1798.           F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5
  1799.           F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F500000000
  1800.           0000000000000000000000000000000000000000000000000000F5F500FCFCFC
  1801.           FCFCFCFCFCFCFCFCFCFCF600F600000000000000005100000000F5F500FC0000
  1802.           00000000F3F3F3F3F30000000000000000000000000000000000F5F500FC0000
  1803.           000000F300000000F30000000000000000000000000000000000F5F500FC0000
  1804.           00F3F30000000000F30000000000000000000000000000000000F5F500FC0000
  1805.           F3F30000000000F3000000000000000000000000510000000051F5F500FC0000
  1806.           F3000000000000F3000051000000000000000000000000000000F5F500FC00F3
  1807.           00000000F3F3F300000000000000000000510000000000000000F5F500FC00F3
  1808.           000000F3F3F3F300000000000051000000000000000000000000F5F500FCF300
  1809.           0000F3F3F3F30000000000000000000000000000000000000000F5F500FCF300
  1810.           0000F3F3F3000000000000000000000000000000000000000000F5F500FCF300
  1811.           0000F3000000000000F3F3F3F3F3000000000000000000000000F5F500FCF300
  1812.           F3F30000000000F3000000000000F30000000000000000000000F5F500FCF3F3
  1813.           0000000000000000F30000000000000000000000000000000000F5F500FC0000
  1814.           000000000000F30000F300000000000000000000000000000000F5F500F60000
  1815.           000000000000F3000000F3000000000000000000000000000000F5F500000000
  1816.           000000000000F3000000000000000000F3000000000000000000F5F500F60000
  1817.           000000000000F30000000000000000F300F30000000000000000F5F500000000
  1818.           000000000000F300000000000000F3000000F300000000000000F5F500000000
  1819.           00000000000000F30000000000F3000000000000000000000000F5F500000000
  1820.           000000000000000000000000F3000000AB000000000000000000F5F500000000
  1821.           0000000000000000000000F30000000000000000000000000000F5F50000ABAB
  1822.           AB0000000000000000000000000000005C000000F30000000000F5F5005C5CAB
  1823.           ABAB0000000000000000000000000000110000F3000000000000F5F5005C5C5C
  1824.           ABAB00000000000000000000000000000000F300000000000000F5F5005C5C5C
  1825.           ABAB000000000000000000000000000011000000000000000000F5F5005C5CAB
  1826.           ABAB000000000000000000005C110011111100115C0000000000F5F50000ABAB
  1827.           AB00000000000000000000000000000011000000000000000000F5F500000000
  1828.           0000000000000000000000000000000000000000000000000000F5F500000000
  1829.           0000000000000000000000000000000011000000000000000000}
  1830.         ParentFont = False
  1831.         OnClick = OrderStellxButtonClick
  1832.       end
  1833.       object OrderSkyQuizColorButton: TSpeedButton
  1834.         Left = 328
  1835.         Top = 361
  1836.         Width = 265
  1837.         Height = 38
  1838.         Hint = 'Secure WWW server: take a look!'
  1839.         Caption = 'Order Sky Quiz Basic Edition'
  1840.         Font.Color = clNavy
  1841.         Font.Height = -14
  1842.         Font.Name = 'Times New Roman'
  1843.         Font.Style = [fsBold]
  1844.         Glyph.Data = {
  1845.           36080000424D3608000000000000360400002800000020000000200000000100
  1846.           080000000000000400000000000000000000000100000001000008000000FCC4
  1847.           B000FCC4B400FCC8B800FCCCBC00FCD0C000FCD4C400FCD8CC00FCDCD000FCE0
  1848.           D400FCE0D800FCE4DC00FCE8E400FCECE800FCF0EC00FCF4F000FCF8F400FCFC
  1849.           FC00F8FCFC00F4FCFC00ECFCFC00E8FCFC00E0FCFC00DCFCFC00D4FCFC00D0FC
  1850.           FC00CCFCFC00C4FCFC00C0FCFC00B8FCFC00B4FCFC00ACFCFC00A8FCFC00A0FC
  1851.           FC00A0FCFC00A0F8FC00A0F8FC00A4F4FC00A4F4FC00A4F0FC00A8F0FC00A8EC
  1852.           FC00A8ECFC00ACE8FC00ACE8FC00ACE4FC00B0E4FC00B0E0FC00B0E0FC00B4DC
  1853.           FC00B4D8FC00B0D4FC00ACD0FC00ACCCFC00A8C8FC00A4C0FC00A4BCFC00A0B8
  1854.           FC009CB4FC009CB0FC0098A8FC0094A4FC0094A0FC00909CFC008C98FC008890
  1855.           FC008C90FC009090FC009490FC009890FC009C90FC00A090FC00A490FC00AC90
  1856.           FC00B090FC00B490FC00B890FC00BC90FC00C090FC00C490FC00CC90FC00D49C
  1857.           8800D49C8C00D4A09000D4A49400D4A89800D4AC9C00D4B0A400D4B4A800D4B8
  1858.           AC00D4B8B000D4BCB400D4C0BC00D4C4C000D4C8C400D4CCC800D4D0CC00D4D4
  1859.           D400D0D4D400C8D4D400C0D4D400BCD4D400B4D4D400ACD4D800A8D4D800A0D8
  1860.           D80098D8D80094D8D8008CD8DC0084D8DC0080D8DC0078D8DC0070D8DC0068DC
  1861.           E00068DCE0006CD8E0006CD8E00070D4E00070D0E00074D0DC0074CCDC0078C8
  1862.           DC007CC8DC007CC4DC0080C4D80080C0D80084BCD80084BCD80088B8D8008CB4
  1863.           D4008CB0D40088ACD40084A8D40084A4D40080A0D4007C98D4007C94D4007890
  1864.           D400748CD4007488D4007080D4006C7CD4006C78D4006874D4006470D4006068
  1865.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  1866.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4009860
  1867.           4C00986050009864540098685800986C5C00987060009874680098786C00987C
  1868.           7000987C7400988078009884800098888400988C880098908C00989490009898
  1869.           9800949898008C98980084989800809898007898980070989C006C989C00649C
  1870.           9C005C9C9C00589C9C00509CA000489CA000449CA0003C9CA000349CA0002CA0
  1871.           A4002C9CA4002C94A4002C90A4002C88A4002C84A400307CA4003078A4003070
  1872.           A800306CA8003064A8003460A8003458A8003454A800344CA8003448A8003840
  1873.           AC003C40AC004040AC004440AC004840AC004C40AC005040AC005440AC005C40
  1874.           AC006040AC006440AC006840AC006C40AC007040AC007440AC007C40AC006068
  1875.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  1876.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  1877.           D4006068D400A000580060C8F0005000200000680000505448006C68FC0060C8
  1878.           F000606850006068D40050C80000307008006068D4006068D400F5F5F5F5F5F5
  1879.           F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5
  1880.           F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F500000000
  1881.           0000000000000000000000000000000000000000000000000000F5F500FCFCFC
  1882.           FCFCFCFCFCFCFCFCFCFCF600F600000000000000005100000000F5F500FC0000
  1883.           00000000F3F3F3F3F30000000000000000000000000000000000F5F500FC0000
  1884.           000000F300000000F30000000000000000000000000000000000F5F500FC0000
  1885.           00F3F30000000000F30000000000000000000000000000000000F5F500FC0000
  1886.           F3F30000000000F3000000000000000000000000510000000051F5F500FC0000
  1887.           F3000000000000F3000051000000000000000000000000000000F5F500FC00F3
  1888.           00000000F3F3F300000000000000000000510000000000000000F5F500FC00F3
  1889.           000000F3F3F3F300000000000051000000000000000000000000F5F500FCF300
  1890.           0000F3F3F3F30000000000000000000000000000000000000000F5F500FCF300
  1891.           0000F3F3F3000000000000000000000000000000000000000000F5F500FCF300
  1892.           0000F3000000000000F3F3F3F3F3000000000000000000000000F5F500FCF300
  1893.           F3F30000000000F3000000000000F30000000000000000000000F5F500FCF3F3
  1894.           0000000000000000F30000000000000000000000000000000000F5F500FC0000
  1895.           000000000000F30000F300000000000000000000000000000000F5F500F60000
  1896.           000000000000F3000000F3000000000000000000000000000000F5F500000000
  1897.           000000000000F3000000000000000000F3000000000000000000F5F500F60000
  1898.           000000000000F30000000000000000F300F30000000000000000F5F500000000
  1899.           000000000000F300000000000000F3000000F300000000000000F5F500000000
  1900.           00000000000000F30000000000F3000000000000000000000000F5F500000000
  1901.           000000000000000000000000F3000000AB000000000000000000F5F500000000
  1902.           0000000000000000000000F30000000000000000000000000000F5F50000ABAB
  1903.           AB0000000000000000000000000000005C000000F30000000000F5F5005C5CAB
  1904.           ABAB0000000000000000000000000000110000F3000000000000F5F5005C5C5C
  1905.           ABAB00000000000000000000000000000000F300000000000000F5F5005C5C5C
  1906.           ABAB000000000000000000000000000011000000000000000000F5F5005C5CAB
  1907.           ABAB000000000000000000005C110011111100115C0000000000F5F50000ABAB
  1908.           AB00000000000000000000000000000011000000000000000000F5F500000000
  1909.           0000000000000000000000000000000000000000000000000000F5F500000000
  1910.           0000000000000000000000000000000011000000000000000000}
  1911.         ParentFont = False
  1912.         OnClick = OrderSkyQuizColorButtonClick
  1913.       end
  1914.       object Panel19: TPanel
  1915.         Left = 4
  1916.         Top = 1
  1917.         Width = 607
  1918.         Height = 355
  1919.         BevelInner = bvRaised
  1920.         BevelOuter = bvLowered
  1921.         TabOrder = 0
  1922.         object UpgradeMemo: TRichEdit
  1923.           Left = 7
  1924.           Top = 6
  1925.           Width = 591
  1926.           Height = 343
  1927.           Color = 13695366
  1928.           ScrollBars = ssVertical
  1929.           TabOrder = 0
  1930.           WordWrap = False
  1931.         end
  1932.       end
  1933.     end
  1934.     object ExtendTab: TTabSheet
  1935.       Caption = 'Extend!'
  1936.       object OrderExtensionButton: TSpeedButton
  1937.         Left = 155
  1938.         Top = 361
  1939.         Width = 265
  1940.         Height = 38
  1941.         Hint = 'Secure WWW server: take a look!'
  1942.         Caption = 'Order a Stella 2000 Data Extension!'
  1943.         Font.Color = clNavy
  1944.         Font.Height = -14
  1945.         Font.Name = 'Times New Roman'
  1946.         Font.Style = [fsBold]
  1947.         Glyph.Data = {
  1948.           36080000424D3608000000000000360400002800000020000000200000000100
  1949.           080000000000000400000000000000000000000100000001000008000000FCC4
  1950.           B000FCC4B400FCC8B800FCCCBC00FCD0C000FCD4C400FCD8CC00FCDCD000FCE0
  1951.           D400FCE0D800FCE4DC00FCE8E400FCECE800FCF0EC00FCF4F000FCF8F400FCFC
  1952.           FC00F8FCFC00F4FCFC00ECFCFC00E8FCFC00E0FCFC00DCFCFC00D4FCFC00D0FC
  1953.           FC00CCFCFC00C4FCFC00C0FCFC00B8FCFC00B4FCFC00ACFCFC00A8FCFC00A0FC
  1954.           FC00A0FCFC00A0F8FC00A0F8FC00A4F4FC00A4F4FC00A4F0FC00A8F0FC00A8EC
  1955.           FC00A8ECFC00ACE8FC00ACE8FC00ACE4FC00B0E4FC00B0E0FC00B0E0FC00B4DC
  1956.           FC00B4D8FC00B0D4FC00ACD0FC00ACCCFC00A8C8FC00A4C0FC00A4BCFC00A0B8
  1957.           FC009CB4FC009CB0FC0098A8FC0094A4FC0094A0FC00909CFC008C98FC008890
  1958.           FC008C90FC009090FC009490FC009890FC009C90FC00A090FC00A490FC00AC90
  1959.           FC00B090FC00B490FC00B890FC00BC90FC00C090FC00C490FC00CC90FC00D49C
  1960.           8800D49C8C00D4A09000D4A49400D4A89800D4AC9C00D4B0A400D4B4A800D4B8
  1961.           AC00D4B8B000D4BCB400D4C0BC00D4C4C000D4C8C400D4CCC800D4D0CC00D4D4
  1962.           D400D0D4D400C8D4D400C0D4D400BCD4D400B4D4D400ACD4D800A8D4D800A0D8
  1963.           D80098D8D80094D8D8008CD8DC0084D8DC0080D8DC0078D8DC0070D8DC0068DC
  1964.           E00068DCE0006CD8E0006CD8E00070D4E00070D0E00074D0DC0074CCDC0078C8
  1965.           DC007CC8DC007CC4DC0080C4D80080C0D80084BCD80084BCD80088B8D8008CB4
  1966.           D4008CB0D40088ACD40084A8D40084A4D40080A0D4007C98D4007C94D4007890
  1967.           D400748CD4007488D4007080D4006C7CD4006C78D4006874D4006470D4006068
  1968.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  1969.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4009860
  1970.           4C00986050009864540098685800986C5C00987060009874680098786C00987C
  1971.           7000987C7400988078009884800098888400988C880098908C00989490009898
  1972.           9800949898008C98980084989800809898007898980070989C006C989C00649C
  1973.           9C005C9C9C00589C9C00509CA000489CA000449CA0003C9CA000349CA0002CA0
  1974.           A4002C9CA4002C94A4002C90A4002C88A4002C84A400307CA4003078A4003070
  1975.           A800306CA8003064A8003460A8003458A8003454A800344CA8003448A8003840
  1976.           AC003C40AC004040AC004440AC004840AC004C40AC005040AC005440AC005C40
  1977.           AC006040AC006440AC006840AC006C40AC007040AC007440AC007C40AC006068
  1978.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  1979.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  1980.           D4006068D400A000580060C8F0005000200000680000505448006C68FC0060C8
  1981.           F000606850006068D40050C80000307008006068D4006068D400F5F5F5F5F5F5
  1982.           F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5
  1983.           F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F500000000
  1984.           0000000000000000000000000000000000000000000000000000F5F500FCFCFC
  1985.           FCFCFCFCFCFCFCFCFCFCF600F600000000000000005100000000F5F500FC0000
  1986.           00000000F3F3F3F3F30000000000000000000000000000000000F5F500FC0000
  1987.           000000F300000000F30000000000000000000000000000000000F5F500FC0000
  1988.           00F3F30000000000F30000000000000000000000000000000000F5F500FC0000
  1989.           F3F30000000000F3000000000000000000000000510000000051F5F500FC0000
  1990.           F3000000000000F3000051000000000000000000000000000000F5F500FC00F3
  1991.           00000000F3F3F300000000000000000000510000000000000000F5F500FC00F3
  1992.           000000F3F3F3F300000000000051000000000000000000000000F5F500FCF300
  1993.           0000F3F3F3F30000000000000000000000000000000000000000F5F500FCF300
  1994.           0000F3F3F3000000000000000000000000000000000000000000F5F500FCF300
  1995.           0000F3000000000000F3F3F3F3F3000000000000000000000000F5F500FCF300
  1996.           F3F30000000000F3000000000000F30000000000000000000000F5F500FCF3F3
  1997.           0000000000000000F30000000000000000000000000000000000F5F500FC0000
  1998.           000000000000F30000F300000000000000000000000000000000F5F500F60000
  1999.           000000000000F3000000F3000000000000000000000000000000F5F500000000
  2000.           000000000000F3000000000000000000F3000000000000000000F5F500F60000
  2001.           000000000000F30000000000000000F300F30000000000000000F5F500000000
  2002.           000000000000F300000000000000F3000000F300000000000000F5F500000000
  2003.           00000000000000F30000000000F3000000000000000000000000F5F500000000
  2004.           000000000000000000000000F3000000AB000000000000000000F5F500000000
  2005.           0000000000000000000000F30000000000000000000000000000F5F50000ABAB
  2006.           AB0000000000000000000000000000005C000000F30000000000F5F5005C5CAB
  2007.           ABAB0000000000000000000000000000110000F3000000000000F5F5005C5C5C
  2008.           ABAB00000000000000000000000000000000F300000000000000F5F5005C5C5C
  2009.           ABAB000000000000000000000000000011000000000000000000F5F5005C5CAB
  2010.           ABAB000000000000000000005C110011111100115C0000000000F5F50000ABAB
  2011.           AB00000000000000000000000000000011000000000000000000F5F500000000
  2012.           0000000000000000000000000000000000000000000000000000F5F500000000
  2013.           0000000000000000000000000000000011000000000000000000}
  2014.         ParentFont = False
  2015.         OnClick = OrderExtensionButtonClick
  2016.       end
  2017.       object Panel20: TPanel
  2018.         Left = 4
  2019.         Top = 1
  2020.         Width = 607
  2021.         Height = 355
  2022.         BevelInner = bvRaised
  2023.         BevelOuter = bvLowered
  2024.         Caption = 'Panel20'
  2025.         TabOrder = 0
  2026.         object ExtendMemo: TRichEdit
  2027.           Left = 7
  2028.           Top = 6
  2029.           Width = 591
  2030.           Height = 343
  2031.           Color = 16637599
  2032.           ScrollBars = ssVertical
  2033.           TabOrder = 0
  2034.         end
  2035.       end
  2036.     end
  2037.     object OrderTab: TTabSheet
  2038.       Caption = 'Order!'
  2039.       object OrderStellaButton: TSpeedButton
  2040.         Left = 13
  2041.         Top = 360
  2042.         Width = 231
  2043.         Height = 38
  2044.         Hint = 'Secure WWW server: take a look!'
  2045.         Caption = 'Order Stella 2000 right here!'
  2046.         Font.Color = clNavy
  2047.         Font.Height = -14
  2048.         Font.Name = 'Times New Roman'
  2049.         Font.Style = [fsBold]
  2050.         Glyph.Data = {
  2051.           36080000424D3608000000000000360400002800000020000000200000000100
  2052.           080000000000000400000000000000000000000100000001000008000000FCC4
  2053.           B000FCC4B400FCC8B800FCCCBC00FCD0C000FCD4C400FCD8CC00FCDCD000FCE0
  2054.           D400FCE0D800FCE4DC00FCE8E400FCECE800FCF0EC00FCF4F000FCF8F400FCFC
  2055.           FC00F8FCFC00F4FCFC00ECFCFC00E8FCFC00E0FCFC00DCFCFC00D4FCFC00D0FC
  2056.           FC00CCFCFC00C4FCFC00C0FCFC00B8FCFC00B4FCFC00ACFCFC00A8FCFC00A0FC
  2057.           FC00A0FCFC00A0F8FC00A0F8FC00A4F4FC00A4F4FC00A4F0FC00A8F0FC00A8EC
  2058.           FC00A8ECFC00ACE8FC00ACE8FC00ACE4FC00B0E4FC00B0E0FC00B0E0FC00B4DC
  2059.           FC00B4D8FC00B0D4FC00ACD0FC00ACCCFC00A8C8FC00A4C0FC00A4BCFC00A0B8
  2060.           FC009CB4FC009CB0FC0098A8FC0094A4FC0094A0FC00909CFC008C98FC008890
  2061.           FC008C90FC009090FC009490FC009890FC009C90FC00A090FC00A490FC00AC90
  2062.           FC00B090FC00B490FC00B890FC00BC90FC00C090FC00C490FC00CC90FC00D49C
  2063.           8800D49C8C00D4A09000D4A49400D4A89800D4AC9C00D4B0A400D4B4A800D4B8
  2064.           AC00D4B8B000D4BCB400D4C0BC00D4C4C000D4C8C400D4CCC800D4D0CC00D4D4
  2065.           D400D0D4D400C8D4D400C0D4D400BCD4D400B4D4D400ACD4D800A8D4D800A0D8
  2066.           D80098D8D80094D8D8008CD8DC0084D8DC0080D8DC0078D8DC0070D8DC0068DC
  2067.           E00068DCE0006CD8E0006CD8E00070D4E00070D0E00074D0DC0074CCDC0078C8
  2068.           DC007CC8DC007CC4DC0080C4D80080C0D80084BCD80084BCD80088B8D8008CB4
  2069.           D4008CB0D40088ACD40084A8D40084A4D40080A0D4007C98D4007C94D4007890
  2070.           D400748CD4007488D4007080D4006C7CD4006C78D4006874D4006470D4006068
  2071.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  2072.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4009860
  2073.           4C00986050009864540098685800986C5C00987060009874680098786C00987C
  2074.           7000987C7400988078009884800098888400988C880098908C00989490009898
  2075.           9800949898008C98980084989800809898007898980070989C006C989C00649C
  2076.           9C005C9C9C00589C9C00509CA000489CA000449CA0003C9CA000349CA0002CA0
  2077.           A4002C9CA4002C94A4002C90A4002C88A4002C84A400307CA4003078A4003070
  2078.           A800306CA8003064A8003460A8003458A8003454A800344CA8003448A8003840
  2079.           AC003C40AC004040AC004440AC004840AC004C40AC005040AC005440AC005C40
  2080.           AC006040AC006440AC006840AC006C40AC007040AC007440AC007C40AC006068
  2081.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  2082.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  2083.           D4006068D400A000580060C8F0005000200000680000505448006C68FC0060C8
  2084.           F000606850006068D40050C80000307008006068D4006068D400F5F5F5F5F5F5
  2085.           F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5
  2086.           F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F500000000
  2087.           0000000000000000000000000000000000000000000000000000F5F500FCFCFC
  2088.           FCFCFCFCFCFCFCFCFCFCF600F600000000000000005100000000F5F500FC0000
  2089.           00000000F3F3F3F3F30000000000000000000000000000000000F5F500FC0000
  2090.           000000F300000000F30000000000000000000000000000000000F5F500FC0000
  2091.           00F3F30000000000F30000000000000000000000000000000000F5F500FC0000
  2092.           F3F30000000000F3000000000000000000000000510000000051F5F500FC0000
  2093.           F3000000000000F3000051000000000000000000000000000000F5F500FC00F3
  2094.           00000000F3F3F300000000000000000000510000000000000000F5F500FC00F3
  2095.           000000F3F3F3F300000000000051000000000000000000000000F5F500FCF300
  2096.           0000F3F3F3F30000000000000000000000000000000000000000F5F500FCF300
  2097.           0000F3F3F3000000000000000000000000000000000000000000F5F500FCF300
  2098.           0000F3000000000000F3F3F3F3F3000000000000000000000000F5F500FCF300
  2099.           F3F30000000000F3000000000000F30000000000000000000000F5F500FCF3F3
  2100.           0000000000000000F30000000000000000000000000000000000F5F500FC0000
  2101.           000000000000F30000F300000000000000000000000000000000F5F500F60000
  2102.           000000000000F3000000F3000000000000000000000000000000F5F500000000
  2103.           000000000000F3000000000000000000F3000000000000000000F5F500F60000
  2104.           000000000000F30000000000000000F300F30000000000000000F5F500000000
  2105.           000000000000F300000000000000F3000000F300000000000000F5F500000000
  2106.           00000000000000F30000000000F3000000000000000000000000F5F500000000
  2107.           000000000000000000000000F3000000AB000000000000000000F5F500000000
  2108.           0000000000000000000000F30000000000000000000000000000F5F50000ABAB
  2109.           AB0000000000000000000000000000005C000000F30000000000F5F5005C5CAB
  2110.           ABAB0000000000000000000000000000110000F3000000000000F5F5005C5C5C
  2111.           ABAB00000000000000000000000000000000F300000000000000F5F5005C5C5C
  2112.           ABAB000000000000000000000000000011000000000000000000F5F5005C5CAB
  2113.           ABAB000000000000000000005C110011111100115C0000000000F5F50000ABAB
  2114.           AB00000000000000000000000000000011000000000000000000F5F500000000
  2115.           0000000000000000000000000000000000000000000000000000F5F500000000
  2116.           0000000000000000000000000000000011000000000000000000}
  2117.         ParentFont = False
  2118.         OnClick = OrderStellaButtonClick
  2119.       end
  2120.       object SpeedButton1: TSpeedButton
  2121.         Left = 330
  2122.         Top = 360
  2123.         Width = 265
  2124.         Height = 38
  2125.         Hint = 'Secure WWW server: take a look!'
  2126.         Caption = 'Order Stella 2000 Extended Edition'
  2127.         Font.Color = clNavy
  2128.         Font.Height = -14
  2129.         Font.Name = 'Times New Roman'
  2130.         Font.Style = [fsBold]
  2131.         Glyph.Data = {
  2132.           36080000424D3608000000000000360400002800000020000000200000000100
  2133.           080000000000000400000000000000000000000100000001000008000000FCC4
  2134.           B000FCC4B400FCC8B800FCCCBC00FCD0C000FCD4C400FCD8CC00FCDCD000FCE0
  2135.           D400FCE0D800FCE4DC00FCE8E400FCECE800FCF0EC00FCF4F000FCF8F400FCFC
  2136.           FC00F8FCFC00F4FCFC00ECFCFC00E8FCFC00E0FCFC00DCFCFC00D4FCFC00D0FC
  2137.           FC00CCFCFC00C4FCFC00C0FCFC00B8FCFC00B4FCFC00ACFCFC00A8FCFC00A0FC
  2138.           FC00A0FCFC00A0F8FC00A0F8FC00A4F4FC00A4F4FC00A4F0FC00A8F0FC00A8EC
  2139.           FC00A8ECFC00ACE8FC00ACE8FC00ACE4FC00B0E4FC00B0E0FC00B0E0FC00B4DC
  2140.           FC00B4D8FC00B0D4FC00ACD0FC00ACCCFC00A8C8FC00A4C0FC00A4BCFC00A0B8
  2141.           FC009CB4FC009CB0FC0098A8FC0094A4FC0094A0FC00909CFC008C98FC008890
  2142.           FC008C90FC009090FC009490FC009890FC009C90FC00A090FC00A490FC00AC90
  2143.           FC00B090FC00B490FC00B890FC00BC90FC00C090FC00C490FC00CC90FC00D49C
  2144.           8800D49C8C00D4A09000D4A49400D4A89800D4AC9C00D4B0A400D4B4A800D4B8
  2145.           AC00D4B8B000D4BCB400D4C0BC00D4C4C000D4C8C400D4CCC800D4D0CC00D4D4
  2146.           D400D0D4D400C8D4D400C0D4D400BCD4D400B4D4D400ACD4D800A8D4D800A0D8
  2147.           D80098D8D80094D8D8008CD8DC0084D8DC0080D8DC0078D8DC0070D8DC0068DC
  2148.           E00068DCE0006CD8E0006CD8E00070D4E00070D0E00074D0DC0074CCDC0078C8
  2149.           DC007CC8DC007CC4DC0080C4D80080C0D80084BCD80084BCD80088B8D8008CB4
  2150.           D4008CB0D40088ACD40084A8D40084A4D40080A0D4007C98D4007C94D4007890
  2151.           D400748CD4007488D4007080D4006C7CD4006C78D4006874D4006470D4006068
  2152.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  2153.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4009860
  2154.           4C00986050009864540098685800986C5C00987060009874680098786C00987C
  2155.           7000987C7400988078009884800098888400988C880098908C00989490009898
  2156.           9800949898008C98980084989800809898007898980070989C006C989C00649C
  2157.           9C005C9C9C00589C9C00509CA000489CA000449CA0003C9CA000349CA0002CA0
  2158.           A4002C9CA4002C94A4002C90A4002C88A4002C84A400307CA4003078A4003070
  2159.           A800306CA8003064A8003460A8003458A8003454A800344CA8003448A8003840
  2160.           AC003C40AC004040AC004440AC004840AC004C40AC005040AC005440AC005C40
  2161.           AC006040AC006440AC006840AC006C40AC007040AC007440AC007C40AC006068
  2162.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  2163.           D4006068D4006068D4006068D4006068D4006068D4006068D4006068D4006068
  2164.           D4006068D400A000580060C8F0005000200000680000505448006C68FC0060C8
  2165.           F000606850006068D40050C80000307008006068D4006068D400F5F5F5F5F5F5
  2166.           F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5
  2167.           F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F500000000
  2168.           0000000000000000000000000000000000000000000000000000F5F500FCFCFC
  2169.           FCFCFCFCFCFCFCFCFCFCF600F600000000000000005100000000F5F500FC0000
  2170.           00000000F3F3F3F3F30000000000000000000000000000000000F5F500FC0000
  2171.           000000F300000000F30000000000000000000000000000000000F5F500FC0000
  2172.           00F3F30000000000F30000000000000000000000000000000000F5F500FC0000
  2173.           F3F30000000000F3000000000000000000000000510000000051F5F500FC0000
  2174.           F3000000000000F3000051000000000000000000000000000000F5F500FC00F3
  2175.           00000000F3F3F300000000000000000000510000000000000000F5F500FC00F3
  2176.           000000F3F3F3F300000000000051000000000000000000000000F5F500FCF300
  2177.           0000F3F3F3F30000000000000000000000000000000000000000F5F500FCF300
  2178.           0000F3F3F3000000000000000000000000000000000000000000F5F500FCF300
  2179.           0000F3000000000000F3F3F3F3F3000000000000000000000000F5F500FCF300
  2180.           F3F30000000000F3000000000000F30000000000000000000000F5F500FCF3F3
  2181.           0000000000000000F30000000000000000000000000000000000F5F500FC0000
  2182.           000000000000F30000F300000000000000000000000000000000F5F500F60000
  2183.           000000000000F3000000F3000000000000000000000000000000F5F500000000
  2184.           000000000000F3000000000000000000F3000000000000000000F5F500F60000
  2185.           000000000000F30000000000000000F300F30000000000000000F5F500000000
  2186.           000000000000F300000000000000F3000000F300000000000000F5F500000000
  2187.           00000000000000F30000000000F3000000000000000000000000F5F500000000
  2188.           000000000000000000000000F3000000AB000000000000000000F5F500000000
  2189.           0000000000000000000000F30000000000000000000000000000F5F50000ABAB
  2190.           AB0000000000000000000000000000005C000000F30000000000F5F5005C5CAB
  2191.           ABAB0000000000000000000000000000110000F3000000000000F5F5005C5C5C
  2192.           ABAB00000000000000000000000000000000F300000000000000F5F5005C5C5C
  2193.           ABAB000000000000000000000000000011000000000000000000F5F5005C5CAB
  2194.           ABAB000000000000000000005C110011111100115C0000000000F5F50000ABAB
  2195.           AB00000000000000000000000000000011000000000000000000F5F500000000
  2196.           0000000000000000000000000000000000000000000000000000F5F500000000
  2197.           0000000000000000000000000000000011000000000000000000}
  2198.         ParentFont = False
  2199.         OnClick = OrderStellxButtonClick
  2200.       end
  2201.       object Panel21: TPanel
  2202.         Left = 4
  2203.         Top = 1
  2204.         Width = 607
  2205.         Height = 355
  2206.         BevelInner = bvRaised
  2207.         BevelOuter = bvLowered
  2208.         Caption = 'Panel21'
  2209.         TabOrder = 0
  2210.         object OrderMemo: TRichEdit
  2211.           Left = 7
  2212.           Top = 6
  2213.           Width = 591
  2214.           Height = 343
  2215.           Color = 11927551
  2216.           ScrollBars = ssVertical
  2217.           TabOrder = 0
  2218.         end
  2219.       end
  2220.     end
  2221.   end
  2222.   object SMTP: T_SMTP
  2223.     Left = 482
  2224.     Top = 65521
  2225.   end
  2226.   object Mail: T_Mail
  2227.     SMTP = SMTP
  2228.     Left = 516
  2229.     Top = 65522
  2230.   end
  2231.   object IniOut1: TIniOut
  2232.     FileName = 'STELLA.INI'
  2233.     Items.Strings = (
  2234.       'SentSuccessfully;Checked;False;Settings;QS;1;0')
  2235.     RegistryRoot = CURRENT_USER
  2236.     Left = 565
  2237.     Top = 65521
  2238.   end
  2239. end
  2240.